fixed spelling mistakes
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Thu, 21 Jan 2021 11:53:28 +0000 (12:53 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 21 Jan 2021 11:53:28 +0000 (12:53 +0100)
Forwarded: https://github.com/jacktrip/jacktrip/pull/209
Last-Update: 2021-01-21

Last-Update: 2021-01-21
Gbp-Pq: Name spelling_fixes.patch

src/AudioTester.cpp
src/JackTrip.cpp

index 136c1d40e0862bf66b608c0f19a5fa16be550f46..b6a089f274376da772b103e3e683172fd1138d8e 100644 (file)
@@ -163,7 +163,7 @@ void AudioTester::writeImpulse(QVarLengthArray<sample_t*>& mInBufCopy,
       if (n_frames>1) { // always true?
         mInBufCopy[sendChannel][1] = -float(impulseTimeSamples)/32768.0f; // survives if there is no digital processing at the server
       } else {
-        std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a lenth " << n_frames << " buffer ***\n";
+        std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a length " << n_frames << " buffer ***\n";
       }
     } else {
       mInBufCopy[sendChannel][0] = 0.0f; // send zeros until a new impulse is needed
index f67298440acc5d861a687cc74d4dee5b1221ba1c..6a9adfddd458dabc35699314274d42cc03afdcef 100644 (file)
@@ -647,7 +647,7 @@ void JackTrip::receivedDataTCP()
     // --------------------
     mTcpClient.close(); // Close the socket
     //cout << "TCP Socket Closed!" << endl;
-    if (gVerboseFlag) cout << "Connection Succesfull!" << endl;
+    if (gVerboseFlag) cout << "Connection Successful!" << endl;
 
     // Set with the received UDP port
     // ------------------------------